home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / catn / join.n < prev    next >
Text File  |  1994-09-20  |  817b  |  67 lines

  1.  
  2.  
  3.  
  4. join(n)               Tcl Built-In Commands
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      join - Create a string by joining together list elements
  12.  
  13. SYNOPSIS
  14.      join _l_i_s_t ?_j_o_i_n_S_t_r_i_n_g?
  15. _________________________________________________________________
  16.  
  17.  
  18. DESCRIPTION
  19.      The _l_i_s_t argument must be a valid Tcl  list.   This  command
  20.      returns  the string formed by joining all of the elements of
  21.      _l_i_s_t together with _j_o_i_n_S_t_r_i_n_g separating each adjacent  pair
  22.      of  elements.   The  _j_o_i_n_S_t_r_i_n_g argument defaults to a space
  23.      character.
  24.  
  25.  
  26. KEYWORDS
  27.      element, join, list, separator
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tcl                                                             1
  64.  
  65.  
  66.  
  67.